Click or drag to resize

ServiceDeleteItem Method (IListItemId, DeleteType, SendMeetingInvitations)

Deletes multiple items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> DeleteItem(
	IList<ItemId> items,
	DeleteType deleteType,
	SendMeetingInvitations sendMeetingInvitations
)

Parameters

items
Type: System.Collections.GenericIListItemId
The IDs of the items to delete.
deleteType
Type: Independentsoft.ExchangeDeleteType
Type of the delete.
sendMeetingInvitations
Type: Independentsoft.ExchangeSendMeetingInvitations
Indicates whether cancellation messages should be sent.

Return Value

Type: IListResponse
A collection of deletion results for each of the specified item IDs.
See Also